Plot

I am not at a point where I can start working on my thesis presentation

So I am just going to use this as practice, and pop some random stuff in here.

A little cuteness

Code and a formula

Some code that I use for a tiny part of my thesis.

crit_p_rob <- function(time_windows, electrodes) {
  
  crit_p <- sqrt(0.05 / ((time_windows -1) * electrodes))
  
  return(crit_p)
}

Nice to show the same thing in a formula

\[P_{crit} = \sqrt{\dfrac{0.05} {(timewindows - 1) * electrodes}}\] (Lubbe, Kleine, and Ratajc 2019)

Interactive table

References